DataCollection | ComponentOne
C1.DataCollection.AdoNet Assembly / C1.DataCollection.AdoNet Namespace / C1AdoNetVirtualDataCollection<T> Class / InternalList Property

In This Topic
    InternalList Property (C1AdoNetVirtualDataCollection<T>)
    In This Topic
    Gets or sets the list that hold the items to be returned in the public api.
    Syntax
    'Declaration
     
    Protected ReadOnly Property InternalList As C1DynamicList(Of T)
    protected C1DynamicList<T> InternalList {get;}
    See Also